home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1995 April
/
Internet Tools.iso
/
infoserv
/
gopher
/
Unix
/
gopher-gateways
/
techinfo
/
gophtech
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-02-28
|
225 b
|
19 lines
PUBDIR=/usr/ftp/pub/gophtech
CFLAGS=-g
TARGETS = gophtech
GOTIGW_OBJS=gophtech.o
all: $(TARGETS)
pub:
cp [A-Z]* *.c *.h stats cleanuplog $(PUBDIR)
chmod ugo+r $(PUBDIR)/*
clean:
rm -f *.o
rm -f $(TARGETS)
rm -f *~